Skip to content

docs: fix broken Available Skills links in README#38

Open
erain wants to merge 1 commit intogoogle:mainfrom
erain:fix/readme-skill-links
Open

docs: fix broken Available Skills links in README#38
erain wants to merge 1 commit intogoogle:mainfrom
erain:fix/readme-skill-links

Conversation

@erain
Copy link
Copy Markdown

@erain erain commented Apr 26, 2026

Summary

After the repo restructure (commit 6f0b877), every entry in the Available Skills section of the README points to a skill directory. None of those directories contain a README.md, so GitHub renders the file listing instead of the skill documentation — which is why all 13 links appear broken (see screenshots in #30).

This PR appends /SKILL.md to each of the 13 links so they resolve to the rendered skill doc.

Fixes #30.

Changes

  • README.md: 13 link targets updated from ./skills/cloud/<name>./skills/cloud/<name>/SKILL.md.

Test plan

  • Verified each SKILL.md target file exists in the working tree.
  • Reviewer: confirm rendered links resolve correctly on GitHub once the PR is open.

After the repo restructure, each entry in the Available Skills section
of the README pointed to a skill directory. None of those directories
contain a README.md, so GitHub renders the file listing instead of the
skill documentation, making every link appear broken.

Append /SKILL.md to all 13 entries so the links resolve to the rendered
skill docs.

Fixes google#30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Every link in the Available Skills description is broken.

1 participant